Journal Entry
data class JournalEntry(var id: String = "", var title: String = "", var content: String = "", var createdAt: Date? = null)
Represents a journal entry that contains a title, content, and the date the entry was created.
Represents a journal entry that contains a title, content, and the date the entry was created.